chore(deps): switch host transport to @parity/truapi#23
Open
illegalcall wants to merge 1 commit into
Open
Conversation
Drop @novasamatech/host-api(-wrapper); bump product-sdk-host to ^0.14.1 and product-sdk-signer to ^0.11.1 (truAPI comes in via product-sdk-host). No source changes required. Refresh level docs that referenced the retired wrapper. Closes paritytech#20
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Contributor
Author
|
@ReinhardHatko can you please review, i dont have access to add you as a reviewer. |
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #20
Drops
@novasamatech/host-api/@novasamatech/host-api-wrapperand bumps@parity/product-sdk-hostto^0.14.1and@parity/product-sdk-signerto^0.11.1. The host transport is now@parity/truapi, pulled in transitively viaproduct-sdk-host.HostProvider({ productAccount })and theresult.okconnect handling inApp.tsxare unchanged API in signer 0.11.bun.lock(the tracked lockfile) regenerated;npm ls @parity/truapiresolves to a single instance (0.5.1). Note: the tracked lockfile had been stale since Pin @polkadot-api/json-rpc-provider to 0.2.0 to fix npm build #7 (thejson-rpc-provideroverride was never recorded); this regeneration also fixes that.docs/levels/that referenced the retired wrapper.wsnow resolves past GHSA-96hv-2xvq-fx4p without needing a pin.Verified:
tsc -b && vite buildpass; no@novasamatech/host-apireference remains in the tree. Quest run-through in Desktop still pending.